@charset "utf-8";
/* CSS Document */

/* RESET */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	font-weight: normal;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
ul {
	list-style: none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
	color: #000;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}



input, select {
    vertical-align:middle;
}

/* /RESET */

/* STYLES */

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #D3EFFB;
}
#wrapper {
	width: 100%;
}
hr {
	width: 80%;
	margin: 20px 10%;
	color: #000;
}
b, strong {
	font-weight: bold;
}
	
/* HEAD */
	

#header {
	position: relative;
	float: left;
	width: 100%;
}
#header img {
	width: 100%;
}
nav {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 10px;
	background-color: #320487;
}
nav ul {
	text-align: center;
}
nav li {
	display: inline-block;
	margin: 3px;
	vertical-align: middle;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}
nav a {
	color: #fff;
}
nav a:hover {
	color: #EBF1BD;
}		
/* /HEAD */	
/* BODY */
#content {
	background-color: #fff;
	position: relative;
	float: left;
	width: 98%;
	margin: 10px 1% 0;
	border-radius: 5px;
}
#content h1 {
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	margin-top: 10px;
	font-weight: bold;
}
#content h2 {
	font-size: 16px;
	line-height: 22px;
	margin: 10px 5px;
	font-weight: bold;
	color: #F91317;
}
#content h3 {
	font-size: 20px;
	line-height: 24px;
	margin: 10px 5px 0;
	font-style: italic;
}
#content h4 {
	font-size: 18px;
	line-height: 22px;
	margin: 5px;
	font-weight: bold;
}
#content h5 {
	font-size: 16px;
	line-height: 20px;
	margin: 20px 0;
	text-align: center;
}
#content p {
	font-size: 16px;
	line-height: 20px;
	margin: 7px;
}
#content a {
	color: #000;
	font-weight: bold;
}
#content a:hover {
	color: #F91317;
}
#content ol {
	margin-top: 10px;
	margin-left: 30px;
}
#content li {
	font-size: 16px;
	line-height: 20px;
	margin: 7px;
}
#content .button {
	
}
#content img {
	margin-right: 5px;
}
.bookcontainer {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.booktext {
	position: relative;
	float: left;
	width: 100%;
}
.bookimage {
	display: none;	
}
input[type=submit] {
	font-size: 16px;
	line-height: 20px;
	margin: 10px 10px 30px;
	color: #000;
	background-color: #D3EFFB;
	padding: 10px;
	font-weight: bold;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	border-radius: 5px;
}
	
/* /BODY */
	
/* FOOT */

#footer {
	position: relative;
	float: left;
	width: 100%;
	background-color: #320487;
	margin-top: 10px;
	padding: 5px;
	border-radius: 5px 5px 0 0;
}
#footer p {
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}
#footer a {
	color: #fff;
}
	
/* /FOOT */
	
/* /STYLES */
